added heroku pg

jamesperet 9 years ago
parent
commit
89d02ad715
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/application.rb

+ 0 - 1
config/application.rb

@@ -19,6 +19,5 @@ module RailsWebsiteTemplate
19 19
     # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
20 20
     # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
21 21
     # config.i18n.default_locale = :de
22
-    config.assets.initialize_on_precompile = false
23 22
   end
24 23
 end